runtime.pollDesc.rd (field)
15 uses
runtime (current package)
netpoll.go#L110: rd int64 // read deadline (a nanotime in the future, -1 when expired)
netpoll.go#L158: if pd.rd < 0 {
netpoll.go#L264: pd.rd = 0
netpoll.go#L378: rd0, wd0 := pd.rd, pd.wd
netpoll.go#L389: pd.rd = d
netpoll.go#L395: combo := pd.rd > 0 && pd.rd == pd.wd
netpoll.go#L401: if pd.rd > 0 {
netpoll.go#L405: pd.rt.modify(pd.rd, 0, rtf, pd.makeArg(), pd.rseq)
netpoll.go#L408: } else if pd.rd != rd0 || combo != combo0 {
netpoll.go#L410: if pd.rd > 0 {
netpoll.go#L411: pd.rt.modify(pd.rd, 0, rtf, pd.makeArg(), pd.rseq)
netpoll.go#L435: if pd.rd < 0 {
netpoll.go#L638: if pd.rd <= 0 || !pd.rrun {
netpoll.go#L641: pd.rd = -1
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |